home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 August: Tool Chest / Dev.CD Aug 00 TC Disk 2.toast / pc / sample code / quicktime / quicktime for java / sgcapture2disk / readme.txt next >
Encoding:
Text File  |  2000-06-23  |  2.3 KB  |  49 lines

  1. =============================================================================
  2. QuickTime for Java SDK                              Updated: 30 November 1998
  3.  
  4. Read Me Notes to "SGCapture2Disk" Demo and Sample Code
  5.  
  6. =============================================================================
  7. This code shows how to use the SGDrawable class to display video within a QTCanvas. It also shows how to use the Sequence Grabber to capture a the incoming video to a movie file.
  8.  
  9. =============================================================================
  10. The minimum runtime requirements for this Sample Code are:
  11.  
  12. - Common
  13.     - Sun Compliant Java Runtime Environment 1.1
  14.     - QuickTime 3 
  15.     - QTJava.zip
  16.  
  17. - MacOS:
  18.     - System 8 or later
  19.     - Macintosh Runtime for Java (MRJ) 2.1
  20.  
  21. - Windows 95, 98, or NT::
  22.     - JRE/JDK from Sun Microsystems, Inc. recommended
  23.  
  24. =============================================================================
  25. No Media requirements for this Sample Code.
  26. =============================================================================
  27. Notes & Comments
  28.  
  29. Microsoft Windows Caveats: Has not been tested under windows due to a lack of Video in boards that support Quick Time 3.0
  30.  
  31. Note: You need to set the client in the WindowOpened method for the Sequence grabber as the QDGraphics needs to be visible when it is set. (Quick Time requirement).
  32.  
  33. You do not need to create a moviefile to save the recorded data as the sequence grabber will automatically create a movie file for you based on the file you set in the setDataOutput method.
  34.  
  35. =============================================================================
  36. General Comments
  37.  
  38. - QTSession.open and close:
  39.  
  40. A QTSession.open will perform a gestalt check to ensure that QuickTime is present and is initialized. This is a required call before any QuickTime Java classes can be used.
  41.  
  42. When the user closes the window the program will quit, first calling QTSession.close to terminate QuickTime. It is necessary for programs to call QTSession.close if they have previously called QTSession.open in order to shut down QuickTime properly.
  43.  
  44.  
  45. =============================================================================
  46.  
  47. QuickTime and QuickTime for Java are trademarks of Apple Computer, Inc.
  48. (c) 1998 Apple Computer Inc. All rights reserved.
  49.